-
Notifications
You must be signed in to change notification settings - Fork 104
Add cache_file parameter for DynamicClient #405
Conversation
Signed-off-by: Alina Buzachis <[email protected]>
plugins/module_utils/common.py
Outdated
try: | ||
client = DynamicClient(kubernetes.client.ApiClient(configuration)) | ||
client = DynamicClient(kubernetes.client.ApiClient(configuration), cache_file) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
client = DynamicClient(kubernetes.client.ApiClient(configuration), cache_file) | |
client = DynamicClient(kubeclient, cache_file) |
Could you please add test case and changelog for this change? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure. I also applied this change. Thanks.
aae4828
to
1d3f2a9
Compare
@alinabuzachis I am getting this -
Ok, let me try. |
* Address reviewer's comments * Add six in requirements.txt Signed-off-by: Alina Buzachis <[email protected]>
1d3f2a9
to
b857e69
Compare
Codecov Report
@@ Coverage Diff @@
## main #405 +/- ##
=======================================
Coverage 23.17% 23.17%
=======================================
Files 1 1
Lines 151 151
Branches 24 24
=======================================
Hits 35 35
Misses 111 111
Partials 5 5 Continue to review full report at Codecov.
|
c6ce6cb
to
fe7f204
Compare
Signed-off-by: Alina Buzachis <[email protected]>
fe7f204
to
fb44b2b
Compare
Signed-off-by: Alina Buzachis <[email protected]>
Closing as this has been reopened in ansible-collections/kubernetes.core#46. |
This repository does not accept pull requests, see the README for details. |
SUMMARY